home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Kant Generator Pro 1.2 / src / Shell ƒ / file utilities.h < prev    next >
Text File  |  1995-02-13  |  387b  |  10 lines

  1. OSErr GetApplicationFSSpec(FSSpec *theFS);
  2. OSErr GetApplicationVRefNum(short *vRefNum);
  3. OSErr GetApplicationParID(long *parID);
  4. OSType GetFileType(FSSpec *myFSS);
  5. unsigned long GetModificationDate(FSSpec *myFSS);
  6. OSErr SetModificationDate(FSSpec *myFSS, unsigned long theDate);
  7. OSErr TouchFolder(FSSpec *theFS);
  8. OSErr FileExists(FSSpec *theFS);
  9. void GetVersionString(Str255 theVersion);
  10.